home *** CD-ROM | disk | FTP | other *** search
/ Internet Warrior 1993 July / Internet Warrior No. 1 July 1993 - Austin Code Works.ISO / docs / internet / mailguid.txt < prev    next >
Encoding:
Text File  |  1993-02-21  |  23.0 KB  |  692 lines

  1. # Inter-Network Mail Guide - Copyright 1992 by John J. Chew
  2. #
  3. #V $Revision: 1.37 $
  4. #V $Date: 92/06/25 22:52:17 $
  5. #
  6. # WHAT'S NEW
  7. #
  8. # + aol -> applelink, compuserve (Jay Levitt <postmaster@aol.com>)
  9. # ! noted intermail gateway will vanish soon (Glen Foster <gfoster@darpa.mil>)
  10. # + new FTP site (Art St. George <stgeorge@bootes.unm.edu>)
  11. # ! noted DASNet BIX gateway is not universal
  12. # ! noted 8K limit on PC version of aol (Lars Kongshem <Norge1@aol.com>)
  13. # ! GeoNet organization (Nick Leverton <nleverton@cix.compulink.co.uk>)
  14. # + gold-400 (Nick Leverton)
  15. # + greennet (Nick Leverton)
  16. # - tcg (Nick Leverton)
  17. # ! aol gateways are no longer in beta testing (Jay Levitt)
  18. # + mci -> compuserve (Brian Long <blong@cix.compulink.co.uk>)
  19. #
  20. # COPYRIGHT NOTICE
  21. #
  22. # This document is Copyright 1992 by John J. Chew.  All rights reserved.
  23. # Permission for non-commercial distribution is hereby granted, provided
  24. # that this file is distributed intact, including this copyright notice
  25. # and the version information above.  Permission for commercial distribution
  26. # can be obtained by contacting the author as described below.
  27. #
  28. # INTRODUCTION
  29. #
  30. # This file documents methods of sending mail from one network to another.
  31. # It represents the aggregate knowledge of the readers of comp.mail.misc
  32. # and many contributors elsewhere.  If you know of any corrections or
  33. # additions to this file, please follow the instructions in the section
  34. # entitled 'HOW TO FORMAT INFORMATION FOR SUBMISSION' and then mail the
  35. # information to me: John J. Chew <poslfit@utcs.utoronto.ca>.  If
  36. # you do not have access to electronic mail (which makes me wonder about
  37. # the nature of your interest in the subject, but there does seem to be
  38. # a small such population out there) you can call me between 14:30 and
  39. # 19:00 MET (currently UTC+2h) at +33 1 46 40 10 60, or fax me (at any time)
  40. # at +33 1 46 40 18 44.  Please note that these telephone numbers will remain
  41. # valid only until the end of July 1992.
  42. #
  43. # DISTRIBUTION
  44. #
  45. # (news) This list is posted monthly to Usenet newsgroups comp.mail.misc and
  46. #   news.newusers.questions.
  47. # (mail) I maintain a growing list of subscribers who receive each monthly
  48. #   issue by electronic mail, and recommend this to anyone planning to .
  49. #   redistribute the list on a regular basis.
  50. # (FTP) Internet users can fetch this guide by anonymous FTP as ~ftp/pub/docs/
  51. #   internetwork-mail-guide on FTP.MsState.Edu (130.18.80.11) [Courtesy of
  52. #   Frank W. Peters], or as ~ftp/library/network.guide on ariel.unm.edu
  53. #   (129.24.8.1) [Courtesy of Art St. George].
  54. # (Listserv) The guide is available by Listserv at LISTSERV@UNMVMA on Bitnet
  55. #   or listserv@unmvm.unm.edu on the Internet.  To fetch a copy, send a message
  56. #   to either address, with an empty subject and a message body consisting of
  57. #   the line 'GET NETWORK GUIDE'.  [Courtesy of Art St. George]
  58. #
  59. # HOW TO USE THIS GUIDE
  60. #
  61. # This document is meant to be both human-readable and machine-parseable.  I
  62. # have an experimental Perl script that performs queries on this document -
  63. # send me e-mail if you would like a copy.
  64. #
  65. # If you just want to browse the guide manually for information, this is what
  66. # you need to know.  The guide is organized as a list of entries.  Each entry
  67. # tells you how to get from one network to another.  Here is what a typical
  68. # entry might look like:
  69. #
  70. #   #F mynet
  71. #   #T yournet
  72. #   #R youraddress
  73. #   #C contactaddress
  74. #   #I send to 'youraddress@thegateway'
  75. #
  76. # This means that to send mail _f_rom a network called 'mynet' _t_o a
  77. # _r_ecipient address 'youraddress' on a network called 'yournet', you
  78. # should follow the _i_nstructions shown and address your mail to
  79. # 'youraddress@thegateway'.  (The quotes are not part of the address
  80. # you should use, and if you see \' between the double quotes, you
  81. # should type just ' when addressing your mail.)  If you have trouble
  82. # sending mail, you can try sending mail to 'contactaddress' for help.
  83. #
  84. # Network names are listed together with a brief description of each network,
  85. # before the main entires.  The main entries themselves are sorted
  86. # alphabetically, first by source network and then by destination network.
  87. # Network connections that can be generated transitively (A->B and B->C give
  88. # A->B->C) are generally omitted.  If you need further information on the
  89. # format, read the following section.
  90. #
  91. # HOW TO PARSE THIS GUIDE
  92. #
  93. # The format of this guide is designed to be a reasonable compromise between
  94. # the automatically parsable and the humanly legible.
  95. # As distributed, the guide consists of a sequence of lines of up to eighty
  96. # octets in the range [32,126] representing characters in the ASCII encoding,
  97. # with each line terminated by a newline (decimal 10) character.
  98. #
  99. # Valid lines are either empty or begin with a '#'.  Invalid lines should
  100. # be rejected as being part of an encapsulation such as a mail header.
  101. # The portion of a non-empty, valid line following the '#' consists of a tag
  102. # and data.  The tag is the longest leading string of characters that does not
  103. # contain a space, the data is the portion of the line after the first space
  104. # if any.  Leading spaces in the data are ignored, except on continuation lines
  105. # (see below).
  106. # Lines tagged with a '-' are continuation lines.  If more than eighty
  107. # characters need to be placed in one logical record, the characters should
  108. # be placed in several lines, with all lines after the first tagged with a '-'.
  109. # A (possibly singleton) set of lines will be referred to as a record.  A
  110. # record's tag is the tag of its first line.
  111. #
  112. # Records with empty tags (such as these) are comments for human eyes only
  113. # and should in general be silently ignored by an automatic parser.
  114. #
  115. # Records are grouped into blocks, delimited by empty lines.  Empty blocks,
  116. # or blocks which contain nothing but comments, should be ignored.
  117. # The first block of the file consists of 'V'-tagged records which give
  118. # version information for the file.  The format of this information is
  119. # subject to change, and should not be automatically parsed.  In this
  120. # edition, the first block is at the very beginning of the file.
  121. #
  122. # The second block of the file consists of 'N'-tagged records which declare
  123. # identifiers to be used in referring to networks in the rest of the file.
  124. # Each such record is divided into ';'-separated fields.  The fields are
  125. # currently: identifier, full name, organization, category (academic, bbs,
  126. # commercial, in-house, non-profit, none or ?).  Leading and trailing spaces
  127. # in fields should be ignored.  In fact, without further ado, here's the
  128. # second block.
  129.  
  130. #N aol           ; America Online; America Online, Inc.; commercial;
  131. #N applelink     ; AppleLink; Apple Computer, Inc.; in-house;
  132. #N att           ; AT&T Mail; AT&T; commercial;
  133. #N bitnet        ; BITNET; none; academic;
  134. #N bix           ; Byte Information eXchange; Byte magazine; commercial;
  135. #N bmug          ; ? ; Berkeley Macintosh Users Group; in-house;
  136. #N cgnet         ; CGNET; Agricultural research network; commercial;
  137. #N compuserve    ; CompuServe; CompuServe Inc.; commercial;
  138. #N connect       ; Connect Professional Information Network; ?; commercial;
  139. #N easynet       ; Easynet; DEC; in-house;
  140. #N envoy         ; Envoy-100; Telecom Canada; commercial; X.400
  141. #N fax           ; Facsimile document transmission; none; none;
  142. #N fidonet       ; FidoNet; none; bbs;
  143. #N geonet        ; GeoNet Mailbox Systems; 
  144. #-  Geonet Mailbox Services GmbH/Systems Inc.; commercial;
  145. #N gold-400      ; GNS Gold 400; British Telecom; commercial; X.400
  146. #N greennet      ; GreenNet; Soft Solutions Ltd; commercial;
  147. #N gsfcmail      ; GSFCmail; NASA/Goddard Space Flight Center; in-house;
  148. #N ibm           ; VNET; IBM; in-house;
  149. #N internet      ; Internet; none; academic;
  150. #N keylink       ; KeyLink; Telecom Australia; commercial; X.400
  151. #N mci           ; MCIMail; MCI; commercial;
  152. #N mfenet        ; Magnetic Fusion Energy Network
  153. #-               ; Lawrence Livermore National Laboratory; academic;
  154. #N nasamail      ; NASAMail; NASA; in-house;
  155. #N nsi           ; NASA Science Internet; NASA; government;
  156. #-  Dual-protocol: instructions given here pertain only to NSI-DECnet addresses
  157. #-  (NSI-TCP/IP addresses should be treated as shown for 'internet')
  158. #N omnet         ; OMNET; OMNET; commercial;
  159. #N peacenet      ; PeaceNet; Institute for Global Communications; non-profit;
  160. #N sinet         ; Schlumberger Information NETwork; ?; ?;
  161. #N sprintmail    ; SprintMail; Sprint; commercial; formerly Telemail
  162. #N thenet        ; Texas Higher Education Network; University of Texas
  163. #-               ; academic ;
  164. #
  165. # After these header blocks come a sequence of connection blocks, describing
  166. # how to get from one network to another.  In each such block, the records
  167. # are tagged 'F', 'T', and 'R', followed by an optional 'C', and at least
  168. # one 'I'.
  169. #
  170. # The 'F' (from) record gives the network identifier of the source network.
  171. #
  172. # The 'T' (to) record gives the network identifier of the destination network.
  173. #
  174. # The 'R' (recipient) record gives an example of an address on the
  175. # destination network, to make it clear in subsequent lines what text
  176. # requires subsitution.
  177. #
  178. # The 'C' (contact) record gives an address for inquiries concerning the
  179. # gateway, expressed as an address reachable from the source (#F) network.
  180. # Presumably, if you can't get the gateway to work at all, then knowing
  181. # an unreachable address on another network will not be of great help.
  182. #
  183. # The 'I' (instructions) records, of which there may be several, give verbal
  184. # instructions to a user of the source network to let them send mail
  185. # to a user on the destination network.  Text that needs to be typed
  186. # will appear in double quotes, with C-style escapes if necessary.  If
  187. # the instructions consist simply of mailing to a certain address, this
  188. # will be indicated by the words 'send to' followed by a quoted address.
  189. # If there are alternative addresses, they will be marked 'or to' instead.
  190. #
  191. # HOW TO FORMAT INFORMATION FOR SUBMISSION
  192. #
  193. # If you don't want to wade through the section on parsing the guide above,
  194. # here is what I really want in the way of information.  If you are adding
  195. # a new network to the list, tell me what its official name is (pay attention
  196. # to capitalisation), what the name of its responsible organization is, and
  197. # what kind of a network it is (academic, commercial, government, in-house
  198. # or non-profit).  If this isn't clear, look at the examples above.  I would
  199. # appreciate it if you would format the entry thus:
  200. #
  201. # #N foonet   ; The Foo Network; The Foo Organization; commercial
  202. #
  203. # Next, for each connection, give me an entry that looks something like:
  204. #
  205. # #F foonet
  206. # #T barnet
  207. # #R baraddress
  208. # #C contactaddress
  209. # #I send to 'baraddress@thegateway'
  210. #
  211. # Note that 'contactaddress' must be an address expressed in foonet's native
  212. # format, and not that of barnet, since if a user is having trouble accessing
  213. # barnet, giving him/her an address on that net to contact for help is not
  214. # productive.  If there is no contact/postmaster address, please tell me.
  215. # If there are more complicated instructions, use additional #I lines.
  216. #
  217. # Once you've got all the information together, send it to me in an e-mail
  218. # message with the words 'INMG update' in the Subject: line.  You can in
  219. # general expect an answer back from me within a week or two, modulo workload
  220. # and vacations.
  221.  
  222. #F aol
  223. #T applelink
  224. #R user
  225. #C Internet
  226. #I send to 'user@applelink'
  227.  
  228. #F aol
  229. #T compuserve
  230. #R 71234,567
  231. #C Internet
  232. #I send to '71234.567@cis'
  233.  
  234. #F aol
  235. #T internet
  236. #R user@domain
  237. #C Internet
  238. #I send to 'user@domain'
  239.  
  240. #F applelink
  241. #T bitnet
  242. #R user@site
  243. #I send to 'user@site.bitnet@internet#'
  244.  
  245. #F applelink
  246. #T internet
  247. #R user@domain
  248. #I send to 'user@domain@internet#' (address must be <35 characters)
  249.  
  250. #F att
  251. #T bitnet
  252. #R user@site
  253. #I send to 'internet!site.bitnet!user'
  254.  
  255. #F att
  256. #T internet
  257. #R user@domain
  258. #I send to 'internet!domain!user'
  259.  
  260. #F bitnet
  261. #T internet
  262. #R user@domain
  263. #I Methods for sending mail from Bitnet to the Internet vary depending on
  264. #-  what mail software is running at the Bitnet site in question.  In the
  265. #-  best case, users should simply be able to send mail to 'user@domain'.
  266. #-  If this doesn't work, try 'user%domain@gateway' where 'gateway' is a
  267. #-  Bitnet-Internet gateway site nearby.  Finally, if neither of these
  268. #-  works, you may have to try hand-coding an SMTP envelope for your mail.
  269. #I If you have questions concerning this rather terse note, please try
  270. #-  contacting your local postmaster or system administrator first before
  271. #-  you send me mail -- John Chew <poslfit@utcs.utoronto.ca>
  272.  
  273. #F cgnet
  274. #T internet
  275. #R user@domain
  276. #I send to 'INTERMAIL'
  277. #I message body must contain an appropriately (?) formatted header
  278. #I this gateway will be discontinued 1992-09-30
  279.  
  280. #F compuserve
  281. #T fax
  282. #R +1 415 555 1212
  283. #I send to '>FAX 14155551212'
  284. #I not transitive - message must originate from a CompuServe user
  285. #I for calls outside the NANP, use '011' as the international prefix
  286.  
  287. #F compuserve
  288. #T internet
  289. #R user@domain
  290. #I send to '>INTERNET:user@domain' (only from CompuServe users)
  291.  
  292. #F compuserve
  293. #T mci
  294. #R 123-4567
  295. #I send to '>MCIMAIL:123-4567' (only from CompuServe users)
  296.  
  297. #F connect
  298. #T internet
  299. #R user@domain
  300. #I send to 'DASNET'
  301. #I first line of message: '"user@domain"@DASNET'
  302.  
  303. #F easynet
  304. #T bitnet
  305. #R user@site
  306. #C DECWRL::ADMIN
  307. #I send to 'nm%DECWRL::"user@site.bitnet"' (from VMS using NMAIL)
  308. #I send to 'user@site.bitnet' (from Ultrix)
  309. #I   or to 'user%site.bitnet@decwrl.dec.com' (from Ultrix via IP)
  310. #I   or to 'DECWRL::"user@site.bitnet"' (from Ultrix via DECNET)
  311.  
  312. #F easynet
  313. #T fidonet
  314. #R john smith at 1:2/3.4
  315. #C DECWRL::ADMIN
  316. #I send to 'nm%DECWRL::"john.smith@p4.f3.n2.z1.fidonet.org"'
  317. #-  (from VMS using NMAIL)
  318. #I send to 'john.smith@p4.f3.n2.z1.fidonet.org'
  319. #-  (from Ultrix)
  320. #I or to '"john.smith%p4.f3.n2.z1.fidonet.org"@decwrl.dec.com'
  321. #-  (from Ultrix via IP)
  322. #I or to 'DECWRL::"john.smith@p4.f3.n2.z1.fidonet.org"'
  323. #-  (from Ultrix via DECNET)
  324.  
  325. #F easynet
  326. #T internet
  327. #R user@domain
  328. #C DECWRL::ADMIN
  329. #I send to 'nm%DECWRL::"user@domain"' (from VMS using NMAIL)
  330. #I send to 'user@domain' (from Ultrix)
  331. #I   or to 'user%domain@decwrl.dec.com' (from Ultrix via IP)
  332. #I   or to 'DECWRL::"user@domain"' (from Ultrix via DECNET)
  333.  
  334. #F envoy
  335. #T internet
  336. #R user@domain
  337. #C ICS.TEST or ICS.BOARD
  338. #I send to '[RFC-822="user(a)domain"]INTERNET/TELEMAIL/US'
  339. #I for special characters, use @=(a), !=(b), _=(u), any=(three octal digits)
  340.  
  341. #F fidonet
  342. #T internet
  343. #R user@domain
  344. #I send to 'uucp' at nearest gateway site
  345. #I set first line of message to 'To: user@domain'
  346.  
  347. #F geonet
  348. #T internet
  349. #R user@domain
  350. #I send to 'DASNET'
  351. #I set subject line to 'user@domain!subject'
  352.  
  353. #F gold-400
  354. #T internet
  355. #R user@host
  356. #I send to '/DD.RFC-822=user(a)host/O=uknet/PRMD=uk.ac/ADMD=gold 400/C=GB/'
  357. #I for special characters, use @=(a), %=(p), !=(b), "=(q)
  358.  
  359. #F gsfcmail
  360. #T internet
  361. #R user@domain
  362. #C cust.svc
  363. #I send to '(SITE:SMTPMAIL,ID:<user(a)domain>)'
  364. #I or to '(C:USA,A:TELEMAIL,P:SMTPMAIL,ID:<user(a)domain>)'
  365. #I or send to 'POSTMAN'
  366. #-  and set the first line of message to 'To: user@domain'
  367. #I Help is also available by phoning +1 301 286 6865.
  368.  
  369. #F gsfcmail
  370. #T nsi
  371. #R host::user
  372. #C cust.svc
  373. #I send to '(SITE:SMTPMAIL,ID:<user(a)host.DNET.NASA.GOV>)'
  374. #I or to '(C:USA,A:TELEMAIL,P:SMTPMAIL,ID:<user(a)host.DNET.NASA.GOV>)'
  375. #I or send to 'POSTMAN'
  376. #-  and set the first line of message to 'To: user@host.DNET.NASA.GOV'
  377.  
  378. #F internet
  379. #T aol
  380. #R A User
  381. #C postmaster@aol.com
  382. #I send to auser@aol.com (all lower-case, remove spaces)
  383. #I messages are truncated to 32K (8K for PCs), all characters except newline 
  384. #-  and printable ASCII characters are mapped to spaces, users are limited to 
  385. #-  75 pieces of Internet mail in their mailbox at a time.
  386.  
  387. #F internet
  388. #T applelink
  389. #R user
  390. #I send to 'user@applelink.apple.com'
  391.  
  392. #F internet
  393. #T att
  394. #R user
  395. #I send to 'user@attmail.com'
  396.  
  397. #F internet
  398. #T bitnet
  399. #R user@site
  400. #I send to 'user%site.bitnet@gateway' where 'gateway' is a gateway host that
  401. #-  is on both the internet and bitnet.  Some examples of gateways are:
  402. #-  cunyvm.cuny.edu mitvma.mit.edu.  Check first to see what local policies
  403. #-  are concerning inter-network forwarding.
  404.  
  405. #F internet
  406. #T bix
  407. #R user
  408. #I send to 'user@dcibix.das.net'
  409. #I reaches only paying users registered through the DASNet (commercial) gateway
  410.  
  411. #F internet
  412. #T bmug
  413. #R John Smith
  414. #I send to 'John.Smith@bmug.fidonet.org'
  415.  
  416. #F internet
  417. #T cgnet
  418. #R user
  419. #C intermail-request@intermail.isi.edu
  420. #I send to 'user%CGNET@intermail.isi.edu'
  421. #I this gateway will be discontinued 1992-09-30
  422.  
  423. #F internet
  424. #T compuserve
  425. #R 71234,567
  426. #I send to '71234.567@compuserve.com'
  427. #I   Ordinary Compuserve account IDs are pairs of octal numbers
  428.  
  429. #F internet
  430. #T compuserve
  431. #R organization:department:user
  432. #I send to 'user@department.organization.compuserve.com'
  433. #I   This syntax is for use with members of organizations which have a
  434. #-   private CompuServe mail area.  'department' may not always be present.
  435.  
  436. #F internet
  437. #T connect
  438. #R NAME
  439. #I send to 'NAME@dcjcon.das.net'
  440.  
  441. #F internet
  442. #T easynet
  443. #R HOST::USER
  444. #C admin@decwrl.dec.com
  445. #I send to 'user@host.enet.dec.com'
  446. #I   or to 'user%host.enet@decwrl.dec.com'
  447.  
  448. #F internet
  449. #T easynet
  450. #R John Smith @ABC
  451. #C admin@decwrl.dec.com
  452. #I send to 'John.Smith@ABC.MTS.DEC.COM'
  453. #I   this syntax is for sending mail to All-In-1 users
  454.  
  455. #F internet
  456. #T envoy
  457. #R John Smith (ID=userid)
  458. #I send to 'uunet.uu.net!att!attmail!mhs!envoy!userid'
  459.  
  460. #F internet
  461. #T envoy
  462. #R John Smith (ID=userid)
  463. #C /C=CA/ADMD=TELECOM.CANADA/ID=ICS.TEST/S=TEST_GROUP/@nasamail.nasa.gov
  464. #I send to '/C=CA/ADMD=TELECOM.CANADA/DD.ID=userid/PN=John_Smith/@Sprint.COM'
  465.  
  466. #F internet
  467. #T fidonet
  468. #R john smith at 1:2/3.4
  469. #I send to 'john.smith@p4.f3.n2.z1.fidonet.org'
  470.  
  471. #F internet
  472. #T geonet
  473. #R user at host
  474. #I send to 'user:host@map.das.net'
  475. #I   or to 'user@host.geomail.org' (known to work for geo2)
  476. #I known hosts: geo1 (Europe), geo2 (UK), geo4 (USA)
  477.  
  478. #F internet
  479. #T gold-400
  480. #R (G:John, I:Q, S:Smith, OU: org_unit, O:organization, PRMD:prmd)
  481. #I send to 'john.q.smith@org_unit.org.prmd.gold-400.gb' 
  482. #I   or to '"/G=John/I=Q/S=Smith/OU=org_unit/O=org/PRMD=prmd/ADMD=gold 400/
  483. #- C=GB/"@mhs-relay.ac.uk'
  484.  
  485. #F internet
  486. #T greennet
  487. #R user
  488. #C support@gn.co.uk
  489. #I user@gn.co.uk
  490. #I valid as of 1991-04-04
  491.  
  492. #F internet
  493. #T gsfcmail
  494. #R user
  495. #C help@nic.nsi.nasa.gov
  496. #I send to 'user@gsfcmail.nasa.gov'
  497. #I   or to '/PN=user/ADMD=TELEMAIL/PRMD=GSFC/O=GSFCMAIL/C=US/
  498. #- @x400.msfc.nasa.gov'
  499.  
  500. #F internet
  501. #T ibm
  502. #R user@vmnode.tertiary_domain (syntax?)
  503. #C nic@vnet.ibm.com
  504. #I send to 'user@vmnode.tertiary_domain.ibm.com'
  505. #I To look up a user's mailbox name, mail to nic@vnet.ibm.com with
  506. #- the line 'WHOIS name' in the message body.
  507.  
  508. #F internet
  509. #T keylink
  510. #R (G:John, I:Q, S:Smith, O:organization, C:au)
  511. #C aarnet@aarnet.edu.au
  512. #I send to '"/G=John/I=Q/S=Smith/O=organization/"@telememo.au'
  513. #I Supported attributes are C=AU, A=ADMD=telememo, P=PRMD=private management
  514. #-  domain, O=organization, OU=organizational unit, G=given name, I=initials,
  515. #-  S=surname, PN=personal name (G.I.S), DD.UID (domain defined), DD.NODE
  516. #-  (domain defined), DD.UN (domain defined).
  517.  
  518. #F internet
  519. #T mci
  520. #R John Smith (123-4567)
  521. #I send to '1234567@mcimail.com'
  522. #I or to 'JSmith@mcimail.com' (if 'JSmith' is unique)
  523. #I or to 'John_Smith@mcimail.com' (if 'John Smith' is unique - note the
  524. #-  underscore!)
  525. #I or to 'John_Smith/1234567@mcimail.com' (if 'John Smith' is NOT unique)
  526.  
  527. #F internet
  528. #T mfenet
  529. #R user@mfenode
  530. #I send to 'user%mfenode.mfenet@nmfecc.arpa'
  531.  
  532. #F internet
  533. #T nasamail
  534. #R user
  535. #C help@nic.nsi.nasa.gov
  536. #I send to 'user@nasamail.nasa.gov'
  537. #I Help is available by phoning +1 205 544 1771 or +1 301 286 7251.
  538.  
  539. #F internet
  540. #T nsi
  541. #R host::user
  542. #C help@nic.nsi.nasa.gov
  543. #I send to 'user@host.dnet.nasa.gov'
  544. #I   or to 'user%host.dnet@ames.arc.nasa.gov'
  545. #I   or to 'user%host.dnet@east.gsfc.nasa.gov'
  546. #I Help is also available by phoning +1 301 286 7251.
  547.  
  548. #F internet
  549. #T omnet
  550. #R user
  551. #C help@nic.nsi.nasa.gov
  552. #I send to 'user@omnet.nasa.gov'
  553. #I   or to 'user/omnet@omnet.nasa.gov' (?)
  554. #I   or to '/DD.UN=user/O=OMNET/ADMD=TELEMAIL/C=US/@Sprint.COM'
  555. #I Help is available by phoning +1 301 286 7251 or +1 617 265 9230.
  556.  
  557. #F internet
  558. #T peacenet
  559. #R user
  560. #C support@igc.org
  561. #I send to 'user@cdp.igc.org'
  562.  
  563. #F internet
  564. #T sinet
  565. #R node::user or node1::node::user
  566. #I send to 'user@node.SINet.SLB.COM'
  567. #I   or to 'user%node@node1.SINet.SLB.COM'
  568.  
  569. #F internet
  570. #T sprintmail
  571. #R John Smith at SomeOrganization
  572. #C help@nic.nsi.nasa.gov
  573. #I send to '/G=John/S=Smith/O=SomeOrganization/ADMD=TELEMAIL/C=US/@Sprint.COM'
  574. #I Help is also available by phoning +1 301 286 7251.
  575.  
  576. #F internet
  577. #T thenet
  578. #R user@host
  579. #I send to 'user%host.decnet@utadnx.cc.utexas.edu'
  580.  
  581. #F keylink
  582. #T internet
  583. #R John Smith <user@domain>
  584. #C (G:CUSTOMER, S:SERVICE, O:CUST.SERVICE, P:telememo, C:au)
  585. #I send to '(C:au, A:telememo, P:oz.au, "RFC-822":"John Smith
  586. #-  <user(a)domain>")'
  587. #I special characters must be mapped: @->(a), %->(p), !->(b), "->(q)
  588.  
  589. #F mci
  590. #T compuserve
  591. #R John Smith (71234,567)
  592. #C 267-1163 (MCI Help)
  593. #I at the 'To:' prompt type 'John Smith (EMS)'
  594. #I at the 'EMS:' prompt type 'compuserve'
  595. #I at the 'Mbx:' prompt type '71234,567'
  596.  
  597. #F mci
  598. #T internet
  599. #R John Smith <user@domain>
  600. #C 267-1163 (MCI Help)
  601. #I at the 'To:' prompt type 'John Smith (EMS)'
  602. #I at the 'EMS:' prompt type 'INTERNET'
  603. #I at the 'Mbx:' prompt type 'user@domain'
  604.  
  605. #F nasamail
  606. #T internet
  607. #R user@domain
  608. #C admin
  609. #I send to '(site:smtpmail,id:<user(a)domain>)'
  610. #I Help is also available by phoning +1 205 544 1771 and at 'admin/nasa'.
  611.  
  612. #F nasamail
  613. #T nsi
  614. #R host::user
  615. #C admin
  616. #I send to '(site:smtpmail,id:<user(a)host.DNET.NASA.GOV>)'
  617. #I Help is also available by phoning +1 205 544 1771 and at 'admin/nasa'.
  618.  
  619. #F nsi
  620. #T gsfcmail
  621. #R user
  622. #C help@nic.nsi.nasa.gov
  623. #I send to 'east::"user@gsfcmail.nasa.gov"'
  624. #I or to 'east::"/PN=user/ADMD=TELEMAIL/PRMD=GSFC/O=GSFCMAIL/C=US/
  625. #- @x400.msfc.nasa.gov'
  626. #I Help is also available by phoning +1 301 286 7251.
  627.  
  628. #F nsi
  629. #T internet
  630. #R user@domain
  631. #C nsinic::nsihelp
  632. #I send to 'east::"user@domain"'
  633. #I or to 'dftnic::"user@domain"'
  634. #I or to 'nssdca::in%"user@domain"'
  635. #I or to 'jpllsi::"user@domain"'
  636. #I Help is also available by phoning +1 301 286 7251.
  637.  
  638. #F nsi
  639. #T omnet
  640. #R user
  641. #C omnet.service
  642. #I send to 'east::"user@omnet.nasa.gov"'
  643. #I Help is also available by phoning +1 617 265 9230.
  644.  
  645. #F nsi
  646. #T sprintmail
  647. #R John Smith at SomeOrganization
  648. #C nsinic::nsihelp
  649. #I send to '/G=John/S=Smith/O=SomeOrganization/ADMD=TELEMAIL/C=US/@Sprint.COM'
  650. #I Help is also available by phoning +1 301 286 7251.
  651.  
  652. #F omnet
  653. #T internet
  654. #R user@domain
  655. #C omnet.service
  656. #I Enter 'compose manual' at the command prompt.  Choose the Internet address
  657. #-  option from the menu that appears.  Note that this gateway service charges
  658. #-  based on the number of 1000-character blocks sent.
  659. #I Help is also available by phoning +1 617 265 9230.
  660.  
  661. #F sinet
  662. #T internet
  663. #R user@domain
  664. #I send to 'M_MAILNOW::M_INTERNET::"user@domain"'
  665. #I   or to 'M_MAILNOW::M_INTERNET::domain::user'
  666.  
  667. #F sprintmail
  668. #T internet
  669. #R user@domain
  670. #I send to '(C:USA,A:TELEMAIL,P:INTERNET,"RFC-822":<user(a)domain>) DEL'
  671. #I Help is available within the United States by phoning +1 800 336 0437 and
  672. #-  pressing '2' on a TouchTone phone.
  673.  
  674. #F sprintmail
  675. #T nsi
  676. #R host::user
  677. #I send to 
  678. #-  '(C:USA,A:TELEMAIL,P:INTERNET,"RFC-822":<user(a)host.DNET.NASA.GOV>) DEL'
  679. #I Help is available within the United States by phoning +1 800 336 0437 and
  680. #-  pressing '2' on a TouchTone phone.
  681.  
  682. #F thenet
  683. #T internet
  684. #R user@domain
  685. #I send to 'UTADNX::WINS%" user@domain "'
  686.  
  687.  
  688.